the connection but does not close PSFTP.
2.4 cd, pwd, LCD, lpwd command
You already know what cd and pwd do. They work on remote servers. LCD and lpwd are added with Local before cd and pwd, that is, the path change and display path of the Local machine. You can also use it! Cd ,! Pwd to implement LCD and lpwd.
2.5 get and put commands
Get and put, pictogram com
host's SSH port is 3122.
Pscp-P 3122 C:/path/foo.txt 192.168.6.200:/tmp
Copy the local C:/path/foo.txt file to the main directory of user Taylor at host 192.168.6.200.
Pscp C:/path/foo.txt taylor@192.168.6.200 :.
Copy all *. tgz files under user Taylor's home directory on host 192.168.6.200 to the local C:/backup directory. If the SSH version is SSH V1, this command will cause an error.
Pscp taylor@192.168.6.200: *. tgz C:/backup
Let's take a look at
namesuch as "Space Name.txt"2.2 Using wildcard characters
* instead of any string
? Replaces a letter
[ABC] replaces one letter in the range of a B C
[A-Z] Replaces one letter in the A-to-Z range
[^abc "instead of a letter, excluding a B cmatches a single Character A, B, or C.
[-a "represents the connection number (-)
[a^ "represents the caret (^)
\ before all wildcards above to cancel their (wildcard) meaning
(wi
directory on the remote host, and the CD will be transferred to the corresponding directory on the remote host.
Similarly, lpwd displays the current directory on the local machine, and the LCD changes the current directory on the local machine. Psftp does not provide commands to list files in the current directory on the local machine. To do that, you can use "! Dir. "! "Indicates executing commands on the local machine.
1.putty Official DownloadHttp://www.chiark.greenend.org.uk/~sgtatham/putty/download.htmlDownload the installation versionputty-0.67-installer.msi2. After the installation is complete, open the Putty installation directory, locate the PSFTP.EXE, and copy to the new folder D:/download3. Double-click Open Pstftp.exe, connect to Linux Server4. Set up a local directory to download to Windows5.psftp common commands (files on the operation server are common
Psftp is an SFTP tool under the Putty tool. SFTP (Secure file Transfer Protocol) Secure Files Transfer Protocol, SFTP is part of SSH and is a secure way to transfer files to the Blogger server. In fact, in the SSH package, a secure file transfer subsystem called SFTP (secure files Transfer Protocol) has been included, and SFTP itself does not have a separate daemon. It must use the sshd daemon (the port number by default is 22) to complete the corresp
Command (the Plugins ' path)
Processinfo.filename = This.m_shellcommand;
Don ' t show console window
Processinfo.createnowindow = true;
Don ' t use Shell to execute this script
Processinfo.useshellexecute = false;
Open Process Error Output
Processinfo.redirectstandarderror = true;
Open Process Input
Processinfo.redirectstandardinput = true;
Open Process Output
Processinfo.redirectstandardoutput = true;
Get process arguments
string arguments = "";
Arg
)
For example, the contents of the following bat script:
echo/backup_tomcat.sh > Comd.txtEcho Exit >> Comd.txt
Putty-ssh-l%user%-pw%pwd%-P%port%%ip%-M comd.txt >> Aa.log
D:\Program Files (x86) \putty>psftp-hPuTTY Secure File Transfer (SFTP) clientRelease 0.63usage:psftp [Options] [User@]hostOptions:-V Print version information and exit-PGPFP print PGP key fingerprints and exit-B file Use specified Batchfile-BC Output Batchfile Commands-be don ' t s
PHPCMS get tag overview, get tag syntax, get tag creation tool, get call this system example, get call other system examples
First, Get tags overview
in layman 's terms, the get tag
Js to Get the get value, js to Get get Get
This article describes how to Get the Get value of JavaScript. We will share this with you for your reference. The details are as follows:
F
Get day of the week, date get week, time get week, JS get week based on date string>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>.Sweet Potato Yiu December 30, 2016 08:47:38 Fridayhttp://www.cnblogs.com/fanshuyao//** * Gets the day of the week based on the date string * @param datestring Date string (for example: 2016-12-29), the
[SOURCE DOWNLOAD]Quick Fix (6)-PHP: Get HTTP request data, get get data and post data, convert JSON string to objectWebabcdIntroducedQuick and fast PHP
Get HTTP request data
Get get data and post data
Conversion o
: Set up and get started with the android environment, set up and get started with the php environment, and set up and get started with the javaweb environment: all of them are clearly described in the MOOC online video !!! All of them are clearly described in MOOC's online videos !!!
The above describes how to build and get
Why does php form submission use the get method to submit and obtain values, but the post method cannot be obtained? Notice: Undefinedindex: abcinC: xampphtdocsphpstromhello is always displayed. phponline2; that is to say, the post method fails to pass the value, and the directory is in c: xam... why can I use the get Method for php form submission to obtain the value while the post method cannot? It is alw
If you get the "current" domain name host = Window.location.host;
Url=document.domain;
url = window.location.href;
Get full URL path: The following code can be used to fully document the results:
Run as follows:Thisurl:["+ Thisurl +"] "Strwrite + +"Thishref:["+ Thishref +"] "Strwrite + +"Thissloc:["+ Thissloc +"] "Strwrite + +"Thisdloc:["+ Thisdloc +"] "document.write (strwrite); -->thisurl: [http://it.sin
I want to ask. In general, how does one get an image through a url? The company's ios said that he could only encapsulate the image into a data stream, and then pass it through the parameter. then the parameter is too long to pass. I would like to ask, is this my technical problem? it is very hard. I am a fresh graduate. I have never heard of using gey for four years at school. is my experience too short? I mean I can't do anything. if you think I'm h
Good articles... Inniu ~ (Partition _ tables)
Http://www.cnblogs.com/skynet/archive/2010/05/18/1738301.html
Introduction
I think anyone who is familiar with the HTTP protocol can give a reason. But if I ask you what HTTP request methods are available? What is the difference between post and get? Is there a limit on the size of the data transmitted by get or post? What are the HTTP Response statuses? And
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.